home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / pcl4c60.zip / MINIMAL._W_ < prev    next >
Text File  |  1996-03-16  |  232b  |  13 lines

  1. #
  2. # WATCOM C makefile for MINIMAL.C ( small model )
  3. #
  4. # to make: wmake -f minimal._W_
  5. #
  6. .c.obj:
  7.      wcl -ms -c $<
  8.  
  9. minimal.exe: minimal.obj pcl4c_s.lib
  10.      wcl minimal.obj pcl4c_s.lib
  11.  
  12. minimal.obj: minimal.c pcl4c.h
  13.